'Declaration
Public Function New( _ ByVal collection As IEnumerable(Of UShort) _ )
'Usage
Dim collection As IEnumerable(Of UShort) Dim instance As New UInt16Collection(collection)
public UInt16Collection( IEnumerable<ushort> collection )
public: UInt16Collection( IEnumerable<ushort>^ collection )
Parameters
- collection
- A Collection of System.UInt16 to pre-populate the collection with